A. Top-down
B. Bottom-up
C. Waterfall
D. Pipeline
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- Select the type Processing model that asp.net simulate ?
- A. Static B. Linear C. Topdown D. Event-driven...
- In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
- A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- What class does the ASP.NET Web Form class inherit from by default ?
- A. System.Web.Form B. System.Web.UI.Form C. System.Web.GUI.Page D. System.Web.UI.Page...
- In ASP.NET what does the following return ?
- A. Gives the memory working set B. Return Null value C. Gives Error D. None of the Above...
- By default, ASP.NET store SessionIDs in ___________________?
- A. Global variable B. Cookies C. Database D. Database...
- What is/are the predefined TraceListener(s) in ASP.Net?
- A. EventLogTraceListener B. TextWriterTraceListener C. DefaultTraceListener D. All of the above...
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
Advertisement